home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000236_fdc@columbia.edu_Thu Dec 13 15:40:07 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  59 lines

  1. Flags: 000000000001
  2. Article: 13061 of comp.protocols.kermit.misc
  3. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  4. From: fdc@columbia.edu (Frank da Cruz)
  5. Newsgroups: comp.protocols.kermit.misc
  6. Subject: C-Kermit 8.0 files/installation?
  7. Date: 13 Dec 2001 15:37:21 -0500
  8. Organization: Columbia University
  9. Lines: 42
  10. Message-ID: <9vb3i1$989$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1008275842 8478 128.59.39.139 (13 Dec 2001 20:37:22 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 13 Dec 2001 20:37:22 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13061
  16.  
  17.  
  18. I'm still in a quandary about how to package C-Kermit 8.0.
  19. Previously it came with all sorts of .ini, .txt, and other files,
  20. which few people wanted or knew what to do with.
  21.  
  22. In C-Kermit 8.0, the initialization file is probably unnecessary
  23. for most people, and the *.txt files have been converted to HTML
  24. and put up on the Kermit website.
  25.  
  26. Thus, if you download C-Kermit (in some form) from the net, you
  27. can probably also consult the web pages the same way, rather than
  28. installing plain-text versions of them on your computer and
  29. putting them somewhere that nobody can find.
  30.  
  31. Furthermore, we want the tarball and zip archives to be as small
  32. as possible.  If we include all sorts of extra files in them,
  33. they will take much longer to download (e.g. on 56Kb connections)
  34. and most people will be annoyed when they find out why.  Separating
  35. into separate taballs for text files and program files, as we have
  36. done in the past, is confusing too.
  37.  
  38. I'm beginning to convince myself that there is no reason why the
  39. Unix C-Kermit 8.0 tarball should include anything but the source
  40. code, the license, the manual page, and a brief read-me.  All the
  41. other stuff is just confusing -- people tend to think they NEED to
  42. install those files or else C-Kermit won't work, which isn't true;
  43. the executable does its job just fine without any external files
  44. at all, and now that its default settings (e.g. file-transfer
  45. performance tuning, 8-bit-cleanliness, etc) are in tune with
  46. modern times, there is little need for anything but the binary
  47. itself, except when users want to do their own customizations.
  48.  
  49. Thus the Unix "make install" target can be radically simplified,
  50. as can the construction of install packages like RPMs.
  51.  
  52. Meanwhile, people who are not on the network and who order
  53. C-Kermit on CDROM or tape or whatever will get everything, so
  54. no worries.
  55.  
  56. Opinions?
  57.  
  58. - Frank
  59.